home *** CD-ROM | disk | FTP | other *** search
- /* Scrolling.h */
-
- #ifndef __SC__
- #define __SC__
-
- #define sBarWidth 16
-
- typedef pascal void (*ScrollProcPtr) (short newValue,
- short oldValue);
-
- /*----------*/
- void ScrollingSeg (void);
- void ResizeScrollBars (void);
- void DoScrollPart (ControlHandle whichScroll,
- short partCode);
- void TrackScroll (ControlHandle whichScroll,
- short partCode,
- Point where,
- ScrollProcPtr actionProc);
-
- #endif /* __SC__ */